silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 8 Mar 2026 11:27:42 +0000 (14:27 +0300)
commit46fab5d1ead42ffd28145cde0757c0bff91284c9
treeed6ac0b3c0b2c03e8da0921a2b481455d2e180af
parent26b356f1586cded4e45d356a639eb6ef40ff067e
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py